Docs.rs
aoc-next-0.1.0
aoc-next 0.1.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
liketechnik
Dependencies
anyhow ^1.0
normal
reqwest ^0.10
normal
Versions
66.67%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
aoc_main
aoc_
next
0.1.0
In aoc_
next::
app
aoc_next
::
app
Function
aoc_
main
Copy item path
Source
pub fn aoc_main(aoc:
Aoc
) ->
Result
<
()
>
Expand description
Execute all exercise solutions defined in an
Aoc
struct.