Docs.rs
oli-server-0.1.4
oli-server 0.1.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
amrit110
Dependencies
anyhow ^1.0.98
normal
async-trait ^0.1.88
normal
chrono ^0.4.37
normal
dirs ^6.0.0
normal
dotenv ^0.15.0
normal
glob ^0.3.2
normal
ignore ^0.4
normal
lazy_static ^1.5.0
normal
rand ^0.9.1
normal
rayon ^1.8.1
normal
regex ^1.11.1
normal
reqwest ^0.12.15
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tempfile ^3.19.1
normal
thiserror ^2.0.12
normal
tokio ^1.44.2
normal
tree-sitter ^0.25.3
normal
tree-sitter-c ^0.23.4
normal
tree-sitter-cpp ^0.23.4
normal
tree-sitter-go ^0.23.4
normal
tree-sitter-java ^0.23.5
normal
tree-sitter-javascript ^0.23.1
normal
tree-sitter-python ^0.23.6
normal
tree-sitter-rust ^0.24.0
normal
uuid ^1.16.0
normal
walkdir ^2.5.0
normal
Versions
45.18%
of the crate is documented
Platform
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
ErrorHandler
oli_
server
0.1.4
Error
Handler
Required Methods
handle_error
Implementors
In oli_
server::
app::
utils
oli_server
::
app
::
utils
Trait
Error
Handler
Copy item path
Source
pub trait ErrorHandler { // Required method fn
handle_error
(&mut self, message:
String
); }
Required Methods
§
Source
fn
handle_error
(&mut self, message:
String
)
Implementors
§