9 releases

0.4.0 Feb 25, 2024
0.3.5 Feb 25, 2024
0.3.0 Feb 3, 2023
0.2.0 Feb 2, 2023
0.0.7 Jan 20, 2023

#1076 in Filesystem

Download history 139/week @ 2023-12-19 44/week @ 2023-12-26 9/week @ 2024-01-02 4/week @ 2024-01-16 29/week @ 2024-01-23 4/week @ 2024-02-06 40/week @ 2024-02-13 451/week @ 2024-02-20 244/week @ 2024-02-27 24/week @ 2024-03-05 345/week @ 2024-03-12 20/week @ 2024-03-19 9/week @ 2024-03-26 34/week @ 2024-04-02

424 downloads per month
Used in 3 crates

Apache-2.0

17KB
363 lines

Snapcraft

Crates.io Crates.io Build Status docs.rs

This is Rust library giving access to the snapcraft standard environment variables for when you need to alter your behaviour when your application is running inside a snap, e.g. you need to find the user's home folder to access some shared settings, or you need to work out where the data folder of the snap is so that you can write to it.

No runtime deps