Docs.rs
intel-cache-lib-2.0.0
intel-cache-lib 2.0.0
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
case-prudolicce
Dependencies
chrono ^0.4
normal
diesel ^1.4.4
normal
diesel_migrations ^1.4.0
normal
dotenv ^0.15.0
normal
flate2 ^0.2
normal
futures ^0.3
normal
ipfs-api-backend-hyper ^0.2
normal
libloading ^0.7.3
normal
public-ip ^0.2.2
normal
rand ^0.8.4
normal
sha2 ^0.10.1
normal
tar ^0.4
normal
tokio ^1.14.0
normal
Versions
23.38%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
intel_
cache_
lib
2.0.0
In intel_
cache_
lib::
lib_
backend
Functions
build_sql
build_testing_sql
change_password
create_dir
create_tag
delete_dir
delete_entry
delete_sql
delete_tag
delete_testing_sql
establish_connection
establish_testing_connection
export_sql
export_testing_sql
fetch_users
get_dir_tags
get_entry
get_entry_by_id
get_entry_tags
get_pip
import_sql
import_testing_sql
login
logout
make_file_entry
parse_ic_packet
register
rename_account
rename_tag
show_dirs
show_entries
show_tags
tag_dir
tag_entry
untag_dir
untag_entry
update_dir
update_entry
validate_dir
validate_tag
validate_user
intel_cache_lib
::
lib_backend
Function
delete_dir
Copy item path
Settings
Help
Summary
Source
pub fn delete_dir(conn: &
MysqlConnection
, dirid:
i32
) ->
Result
<
()
,
IcError
>