Continue writing report
This commit is contained in:
parent
47ce0fc149
commit
bc3fe77c93
3 changed files with 195 additions and 12 deletions
|
@ -38,8 +38,62 @@
|
|||
@article{wiki:garbagecollection,
|
||||
title = {Automaattinen roskienkeräys},
|
||||
journal = {},
|
||||
author = {Wikipedia contributors},
|
||||
author = {Wikipedian kirjoittajat},
|
||||
year = 2020,
|
||||
url = {https://fi.wikipedia.org/wiki/Automaattinen_roskienker%C3%A4ys},
|
||||
lastchecked = {24. Huhtikuuta, 2020}
|
||||
}
|
||||
|
||||
@misc{rust:cargo,
|
||||
title = {The Cargo Book},
|
||||
url = {https://doc.rust-lang.org/cargo},
|
||||
publisher = {},
|
||||
author = {Rust Team},
|
||||
year = 2020,
|
||||
lastchecked = {1. Toukokuuta 2020},
|
||||
}
|
||||
|
||||
@misc{rust:cratesio,
|
||||
title = {The Rust community's crate registry},
|
||||
url = {https://crates.io},
|
||||
publisher = {}
|
||||
author = {Rust Team},
|
||||
year = 2020,
|
||||
lastchecked = {1. Toukokuuta 2020},
|
||||
}
|
||||
|
||||
@misc{jwt:home,
|
||||
title = {JSON Web Tokens},
|
||||
url = "https://jwt.io",
|
||||
publisher = {},
|
||||
author = {Auth0},
|
||||
year = 2020,
|
||||
lastchecked = {29. Huhtikuuta 2020},
|
||||
}
|
||||
|
||||
@misc{yew:home,
|
||||
title = {Yew Docs},
|
||||
url = {https://yew.rs/docs},
|
||||
publisher = {},
|
||||
author = {Yew Team},
|
||||
year = 2020,
|
||||
lastchecked = {1. Toukokuuta 2020},
|
||||
}
|
||||
|
||||
@misc{webassembly:stdweb,
|
||||
title = {stdweb},
|
||||
url = "https://docs.rs/stdweb/0.4.20/stdweb",
|
||||
publisher = {},
|
||||
author = {Rust team},
|
||||
year = 2020,
|
||||
lastchecked = {1. Toukokuuta 2020},
|
||||
}
|
||||
|
||||
@misc{webassembly:web_sys,
|
||||
title = {web_sys},
|
||||
url = "https://docs.rs/web-sys/0.3.35/i686-unknown-linux-gnu/web_sys/",
|
||||
publisher = {},
|
||||
author = {Rust team},
|
||||
year = 2020,
|
||||
lastchecked = {1. Toukokuuta 2020},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue