Docs.rs
sericom-core-0.7.0
sericom-core 0.7.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tkatter
Dependencies
chrono ^0.4.42
normal
crossterm ^0.29.0
normal
miette ^7.6.0
normal
serde ^1.0.226
normal
serial2-tokio ^0.1.19
normal
thiserror ^2.0.16
normal
tokio ^1.47.0
normal
toml ^0.9.7
normal
tracing ^0.1.41
normal
Versions
65.38%
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
Skip to main content
Module path_utils
sericom_
core
0.7.0
Module path_
utils
Module Items
Macros
Traits
Functions
In crate sericom_
core
sericom_core
Module
path_
utils
Copy item path
Source
Macros
§
compat_
port_
path
Creates the default filename if none is specified from the
port
name and a timestamp.
create_
recursive
Takes a
&Path
and first checks whether it exists or if it is a directory. If it doesn’t exist or is not a directory, it will create the directory recursively; creating the necessary parent directories.
map_
miette
Used to add a
.map_err()
to function calls that return a
Result<T, E>
to provide better context for the error and print it nicely to stdout.
Traits
§
Expand
Paths
Trait for expanding paths in a shell-like way.
Functions
§
is_
script
Validates a script
validate_
dir
Validates a directory