Skip to content
/ krtecek Public

Knihovna pro hledání HTML elementů pomocí ID, tagů a class v HTML stránkách.

License

Notifications You must be signed in to change notification settings

9hb/krtecek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMoLe (formerly known as Krtek)

Library for searching HTML elements using ID, tags, and class in HTML pages.

Usage

use krtek::Krtecek;

let krtecek = Krtecek::new("https://example.com")
    .find_id("username")
    .find_tag("h1")
    .find_class("container");

Example

Code example

Compilation result

About

Knihovna pro hledání HTML elementů pomocí ID, tagů a class v HTML stránkách.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages