]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: be more strict with pub usage
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 22 May 2025 13:28:01 +0000 (10:28 -0300)
committerJuliana Fajardini <jufajardini@oisf.net>
Wed, 4 Jun 2025 18:21:32 +0000 (15:21 -0300)
commit68acc0cfcb3f5edeff9cf8ac2d1e40f218733064
tree2d37b4bb10f6aa4d1e6f075b620402abd8f57b18
parent57f7f93a03b0206a8ff23eb17e6b185cefc231d5
pgsql: be more strict with pub usage

Review pub visibility to:
Make it pub crate-only wherever possible.
Remove pub altogether where not-needed.
rust/src/pgsql/mod.rs
rust/src/pgsql/parser.rs
rust/src/pgsql/pgsql.rs