parse_proc_maps 0.1.0

lightweight library for fast parsing of Linux /proc/[pid]/maps files
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "parse_proc_maps"
version = "0.1.0"
edition = "2021"
authors = ["kk <kekelanact@gmail.com>"]
description = "lightweight library for fast parsing of Linux /proc/[pid]/maps files"
keywords = ["no_std", "parse", "maps", "linux"]
license = "MIT"
homepage = "https://github.com/kekeimiku/parse_proc_maps"
repository = "https://github.com/kekeimiku/parse_proc_maps"
readme = "readme.md"