Graphite/client/web/wasm/src
T0mstone 3431128e66 Another round of polishing (#101)
* Implement basic refactorings

* Simplify some match statements

* Rename `ix` to `index`

If we're not going with a single letter name,
then a full word makes more sense.

* Rename `as_hex` to `to_hex`

`as_` implies lossless reinterpretation
while the function does a conversion that loses information

* Replace `for_each` with for loops

for loops are a lot easier to read and maintain.

* factor out x and y coords in Line::render

this is arguably more ergonomic

* Remove redundant `format!(format_args!())`
2021-05-04 15:08:24 +02:00
..
document.rs Another round of polishing (#101) 2021-05-04 15:08:24 +02:00
lib.rs Use serde to serialize responses (#96) 2021-05-02 22:46:47 +02:00
shims.rs Add camelcase rule, import Error type from JS and rename get_inner_color to inner. (#44) 2021-03-27 12:43:58 +05:00
utils.rs Another round of polishing (#101) 2021-05-04 15:08:24 +02:00
window.rs Polish a few things (#81) 2021-04-22 17:05:25 +02:00
wrappers.rs Another round of polishing (#101) 2021-05-04 15:08:24 +02:00